home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWorkshop / Source / Makefile < prev    next >
Makefile  |  1993-01-19  |  2KB  |  61 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = GraphicsWorkshop
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = GraphicsWorkshop.tiff
  16. DOCICONS = bcvt.tiff tools.tiff controls.tiff
  17.  
  18. LOCAL_RESOURCES = Conversions.nib DataPanel.nib GraphicsWorkshop.nib \
  19.                   HelpPanel.nib InfoPanel.nib ToolsInspector.nib Logo.tiff \
  20.                   SaveAlpha.tiff SaveAlphaH.tiff Help
  21.  
  22. GLOBAL_RESOURCES = 12Bit.tiff 12BitH.tiff 1Bit.tiff 1BitH.tiff 24Bit.tiff \
  23.                    24BitH.tiff 2Bit.tiff 2BitH.tiff 4Bit.tiff 4BitH.tiff \
  24.                    8Bit.tiff 8BitH.tiff alex.tiff GraphicsWorkshop.tiff \
  25.                    Inversion.tiff InversionH.tiff
  26.  
  27. CLASSES = Conversions.m DataPanel.m GraphicApp.m HelpControl.m ImageView.m \
  28.           Indexer.m PictureDocument.m ToolsInspector.m
  29.  
  30. HFILES = Conversions.h DataPanel.h GraphicApp.h HelpControl.h ImageView.h \
  31.          Indexer.h PictureDocument.h ToolsInspector.h
  32.  
  33. MFILES = GraphicsWorkshop_main.m
  34.  
  35. PSWFILES = gw.psw
  36.  
  37.  
  38.  
  39. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  40. INSTALLDIR = $(HOME)/Apps
  41. INSTALLFLAGS = -c -s -m 755
  42. SOURCEMODE = 444
  43.  
  44. ICONSECTIONS =    -sectcreate __ICON app GraphicsWorkshop.tiff \
  45.         -sectcreate __ICON bcvt bcvt.tiff \
  46.         -sectcreate __ICON tools tools.tiff \
  47.         -sectcreate __ICON controls controls.tiff
  48.  
  49. LIBS = -lconverter -lMedia_s -lNeXT_s -lIndexing_s
  50. DEBUG_LIBS = $(LIBS)
  51. PROF_LIBS = $(LIBS)
  52.  
  53.  
  54. -include Makefile.preamble
  55.  
  56. include $(MAKEFILEDIR)/app.make
  57.  
  58. -include Makefile.postamble
  59.  
  60. -include Makefile.dependencies
  61.